[INFO] cloning repository https://github.com/mhazoglou/complex
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mhazoglou/complex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhazoglou%2Fcomplex", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhazoglou%2Fcomplex'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 596e0b0b570ba275f5adf9135826ac413e239697
[INFO] testing mhazoglou/complex against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhazoglou%2Fcomplex" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mhazoglou/complex
[INFO] finished tweaking git repo https://github.com/mhazoglou/complex
[INFO] tweaked toml for git repo https://github.com/mhazoglou/complex written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mhazoglou/complex on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mhazoglou/complex already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fcc573335a7b2d78ca032048ad6ef62e4a33cb8d656a4e328a1c7ab38f59ab1d
[INFO] running `Command { std: "docker" "start" "-a" "fcc573335a7b2d78ca032048ad6ef62e4a33cb8d656a4e328a1c7ab38f59ab1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcc573335a7b2d78ca032048ad6ef62e4a33cb8d656a4e328a1c7ab38f59ab1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcc573335a7b2d78ca032048ad6ef62e4a33cb8d656a4e328a1c7ab38f59ab1d", kill_on_drop: false }`
[INFO] [stdout] fcc573335a7b2d78ca032048ad6ef62e4a33cb8d656a4e328a1c7ab38f59ab1d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63d209085b9480f50187fedc6188f71b8176cc7e1c9ba70dbad1b0759b5e61f2
[INFO] running `Command { std: "docker" "start" "-a" "63d209085b9480f50187fedc6188f71b8176cc7e1c9ba70dbad1b0759b5e61f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling aho-corasick v0.7.10
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling complex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `type_of` is never used
[INFO] [stdout]  --> src/fmt.rs:8:4
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn type_of<T>(_: &T) -> &'static str {
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.25s
[INFO] running `Command { std: "docker" "inspect" "63d209085b9480f50187fedc6188f71b8176cc7e1c9ba70dbad1b0759b5e61f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63d209085b9480f50187fedc6188f71b8176cc7e1c9ba70dbad1b0759b5e61f2", kill_on_drop: false }`
[INFO] [stdout] 63d209085b9480f50187fedc6188f71b8176cc7e1c9ba70dbad1b0759b5e61f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e458185aafc0bce6eb45e66eff688774d58686cd412388aff002c1f071ff0c3
[INFO] running `Command { std: "docker" "start" "-a" "3e458185aafc0bce6eb45e66eff688774d58686cd412388aff002c1f071ff0c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling complex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `type_of` is never used
[INFO] [stdout]  --> src/fmt.rs:8:4
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn type_of<T>(_: &T) -> &'static str {
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `type_of` is never used
[INFO] [stdout]  --> src/fmt.rs:8:4
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn type_of<T>(_: &T) -> &'static str {
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.10s
[INFO] running `Command { std: "docker" "inspect" "3e458185aafc0bce6eb45e66eff688774d58686cd412388aff002c1f071ff0c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e458185aafc0bce6eb45e66eff688774d58686cd412388aff002c1f071ff0c3", kill_on_drop: false }`
[INFO] [stdout] 3e458185aafc0bce6eb45e66eff688774d58686cd412388aff002c1f071ff0c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e0cfd74a341e89cf03b9ba7e61eeecde539cec28aec5eb6cb380b93051b5afce
[INFO] running `Command { std: "docker" "start" "-a" "e0cfd74a341e89cf03b9ba7e61eeecde539cec28aec5eb6cb380b93051b5afce", kill_on_drop: false }`
[INFO] [stderr] warning: function `type_of` is never used
[INFO] [stderr]  --> src/fmt.rs:8:4
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn type_of<T>(_: &T) -> &'static str {
[INFO] [stderr]   |    ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `complex` (lib) generated 1 warning
[INFO] [stderr] warning: `complex` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/complex-383629a6001b07a3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/complex-c391f763c0ccab8b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/arithmetic_tests.rs (/opt/rustwide/target/debug/deps/arithmetic_tests-14939e68a96c0608)
[INFO] [stdout] 
[INFO] [stdout] running 65 tests
[INFO] [stdout] test test_add_complexf32_and_f32 ... ok
[INFO] [stdout] test test_add_complexf64_and_f64 ... ok
[INFO] [stdout] test test_add_octonionf32_and_f32 ... ok
[INFO] [stdout] test test_add_octonionf64_and_f64 ... ok
[INFO] [stdout] test test_add_two_complexf64 ... ok
[INFO] [stdout] test test_add_two_octonionsf64 ... ok
[INFO] [stdout] test test_add_two_quaternionsf32 ... ok
[INFO] [stdout] test test_add_two_quaternionsf64 ... ok
[INFO] [stdout] test test_associator_two_octonionf32 ... ok
[INFO] [stdout] test test_add_quaternionf32_and_f32 ... ok
[INFO] [stdout] test test_add_two_complexf32 ... ok
[INFO] [stdout] test test_commutator_two_octonionf32 ... ok
[INFO] [stdout] test test_associator_two_octonionf64 ... ok
[INFO] [stdout] test test_commutator_two_quaternionf32 ... ok
[INFO] [stdout] test test_add_two_octonionsf32 ... ok
[INFO] [stdout] test test_commutator_two_quaternionf64 ... ok
[INFO] [stdout] test test_div_complexf32_and_f32 ... ok
[INFO] [stdout] test test_div_octonionf32_and_f32 ... ok
[INFO] [stdout] test test_div_octonionf64_and_f64 ... ok
[INFO] [stdout] test test_div_quaternionf64_and_f64 ... ok
[INFO] [stdout] test test_div_two_complexf32 ... ok
[INFO] [stdout] test test_div_two_complexf64 ... ok
[INFO] [stdout] test test_div_two_octonionf64 ... ok
[INFO] [stdout] test test_commutator_two_octonionf64 ... ok
[INFO] [stdout] test test_div_two_quaternionf32 ... ok
[INFO] [stdout] test test_div_two_octonionf32 ... ok
[INFO] [stdout] test test_div_complexf64_and_f64 ... ok
[INFO] [stdout] test test_div_two_quaternionf64 ... ok
[INFO] [stdout] test test_mul_complexf32_and_f32 ... ok
[INFO] [stdout] test test_mul_complexf64_and_f64 ... ok
[INFO] [stdout] test test_mul_octonionf32_and_f32 ... ok
[INFO] [stdout] test test_exp_complexf64 ... ok
[INFO] [stdout] test test_exp_complexf32 ... ok
[INFO] [stdout] test test_mul_octonionf64_and_f64 ... ok
[INFO] [stdout] test test_mul_quaternionf32_and_f32 ... ok
[INFO] [stdout] test test_mul_quaternionf64_and_f64 ... ok
[INFO] [stdout] test test_add_quaternionf64_and_f64 ... ok
[INFO] [stdout] test test_mul_two_complexf32 ... ok
[INFO] [stdout] test test_mul_two_complexf64 ... ok
[INFO] [stdout] test test_mul_two_octonionf32 ... ok
[INFO] [stdout] test test_mul_two_octonionf64 ... ok
[INFO] [stdout] test test_mul_two_quaternionf32 ... ok
[INFO] [stdout] test test_mul_two_quaternionf64 ... ok
[INFO] [stdout] test test_neg_complexf32 ... ok
[INFO] [stdout] test test_neg_complexf64 ... ok
[INFO] [stdout] test test_neg_octonionf64 ... ok
[INFO] [stdout] test test_neg_quaternionf64 ... ok
[INFO] [stdout] test test_rem_complexf32_and_f32 ... ok
[INFO] [stdout] test test_rem_f32_and_complexf32 ... ok
[INFO] [stdout] test test_rem_two_complexf32 ... ok
[INFO] [stdout] test test_sub_complexf32_and_f32 ... ok
[INFO] [stdout] test test_sub_octonionf32_and_f32 ... ok
[INFO] [stdout] test test_sub_complexf64_and_f64 ... ok
[INFO] [stdout] test test_sub_quaternionf32_and_f32 ... ok
[INFO] [stdout] test test_sub_octonionf64_and_f64 ... ok
[INFO] [stdout] test test_sub_quaternionf64_and_f64 ... ok
[INFO] [stdout] test test_sub_two_complexf32 ... ok
[INFO] [stdout] test test_sub_two_complexf64 ... ok
[INFO] [stdout] test test_sub_two_octonionf32 ... ok
[INFO] [stdout] test test_sub_two_octonionf64 ... ok
[INFO] [stdout] test test_sub_two_quaternionf32 ... ok
[INFO] [stdout] test test_sub_two_quaternionf64 ... ok
[INFO] [stdout] test test_div_quaternionf32_and_f32 ... ok
[INFO] [stdout] test test_neg_octonionf32 ... ok
[INFO] [stderr]      Running tests/print_parse_tests.rs (/opt/rustwide/target/debug/deps/print_parse_tests-1e1dfb2b28230a2f)
[INFO] [stdout] test test_neg_quaternionf32 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_parse_complexf32 ... ok
[INFO] [stdout] test test_parse_complexf32_no_real_part ... ok
[INFO] [stdout] test test_parse_complexf32_no_imaginary_part ... ok
[INFO] [stdout] test test_print_complexf32 ... ok
[INFO] [stdout] test test_parse_complexf64 ... ok
[INFO] [stdout] test test_print_complexf64 ... ok
[INFO] [stdout] test test_parse_complexf64_no_real_part ... ok
[INFO] [stdout] test test_parse_complexf64_no_imaginary_part ... ok
[INFO] [stdout] test test_parse_complexf32_err - should panic ... ok
[INFO] [stdout] test test_parse_complexf64_err - should panic ... ok
[INFO] [stdout] test test_parse_quaternionf64 ... ok
[INFO] [stderr]    Doc-tests complex
[INFO] [stdout] test test_parse_octonionf64 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test src/lib.rs - Fill::fill (line 840) ... ok
[INFO] [stdout] test src/lib.rs - Fill::from_slice (line 853) ... ok
[INFO] [stdout] test src/lib.rs - Functions::cosh (line 219) ... ok
[INFO] [stdout] test src/lib.rs - Functions::cos (line 261) ... ok
[INFO] [stdout] test src/lib.rs - Fill::from_vec (line 868) ... ok
[INFO] [stdout] test src/lib.rs - Conjugate::conj (line 942) ... ok
[INFO] [stdout] test src/lib.rs - AbsSq::abs_sq (line 984) ... ok
[INFO] [stdout] test src/lib.rs - Functions::exp (line 110) ... ok
[INFO] [stdout] test src/lib.rs - Complex<T>::new (line 88) ... ok
[INFO] [stdout] test src/lib.rs - Functions::powf (line 139) ... ok
[INFO] [stdout] test src/lib.rs - Functions::ln (line 125) ... ok
[INFO] [stdout] test src/lib.rs - Functions::powz (line 152) ... ok
[INFO] [stdout] test src/lib.rs - Functions::powi (line 192) ... ok
[INFO] [stdout] test src/lib.rs - Functions::powu_tail (line 166) ... ok
[INFO] [stdout] test src/lib.rs - Functions::powu (line 179) ... ok
[INFO] [stdout] test src/lib.rs - Functions::sin (line 247) ... ok
[INFO] [stdout] test src/lib.rs - Functions::sinh (line 205) ... ok
[INFO] [stdout] test src/lib.rs - Identity::one (line 656) ... ok
[INFO] [stdout] test src/lib.rs - ImaginaryConstants::k (line 740) ... ok
[INFO] [stdout] test src/lib.rs - Functions::tanh (line 233) ... ok
[INFO] [stdout] test src/lib.rs - Functions::tan (line 275) ... ok
[INFO] [stdout] test src/lib.rs - Identity::zero (line 643) ... ok
[INFO] [stdout] test src/lib.rs - Real::real (line 1024) ... ok
[INFO] [stdout] test src/lib.rs - ImaginaryConstants::j (line 725) ... ok
[INFO] [stdout] test src/lib.rs - Rounding::floor (line 504) ... ok
[INFO] [stdout] test src/lib.rs - ImaginaryConstants::i (line 710) ... ok
[INFO] [stdout] test src/lib.rs - Rounding::ceil (line 517) ... ok
[INFO] [stdout] test src/lib.rs - Rounding::round (line 531) ... ok
[INFO] [stdout] test src/lib.rs - complex (line 21) ... ok
[INFO] [stdout] test src/lib.rs - Rounding::fract (line 555) ... ok
[INFO] [stdout] test src/lib.rs - Rounding::trunc (line 543) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e0cfd74a341e89cf03b9ba7e61eeecde539cec28aec5eb6cb380b93051b5afce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0cfd74a341e89cf03b9ba7e61eeecde539cec28aec5eb6cb380b93051b5afce", kill_on_drop: false }`
[INFO] [stdout] e0cfd74a341e89cf03b9ba7e61eeecde539cec28aec5eb6cb380b93051b5afce
